projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a4798
)
* lisp/ibuffer.el (ibuffer-compile-format): Use string-width instead of length
author
Mark Oteiza
<mvoteiza@udel.edu>
Sun, 20 Nov 2016 18:55:28 +0000
(13:55 -0500)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Sun, 20 Nov 2016 18:55:28 +0000
(13:55 -0500)
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index 8d7ec59462d35fb847c9fb5f27a0ac9cc13d231a..8c6417978581e86fe45fd7990dac7b3a28d05de5 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-1638,7
+1638,7
@@
If point is on a group name, this function operates on that group."
max
'max)
from-end-p))
- (setq strlen (
leng
th str))
+ (setq strlen (
string-wid
th str))
(setq str
,(ibuffer-compile-make-eliding-form
'str elide from-end-p)))))
@@
-1696,7
+1696,7
@@
If point is on a group name, this function operates on that group."
outforms)
(push `(setq str ,callform
,@(when strlen-used
- `(strlen (
leng
th str))))
+ `(strlen (
string-wid
th str))))
outforms)
(setq outforms
(append outforms